__android_log_print

Writes a formatted string to the log, with priority prio and tag tag. The details of formatting are the same as for printf(3).

extern (C) nothrow @nogc
int
__android_log_print
(
int prio
,
const(char)* tag
,
const(char)* fmt
,
)

Meta